Signed-off-by: Simon McVittie <smcv@debian.org>
Gbp-Pq: Name test-commit-sign.sh-Skip-a-unit-test-when-running-as-an-i.patch
echo "ok pull verify"
# Run tests written in C
-${OSTREE_UNINSTALLED}/tests/test-commit-sign-sh-ext
-echo "ok extra C tests"
+if [ -n "${OSTREE_UNINSTALLED:-}" ]; then
+ ${OSTREE_UNINSTALLED}/tests/test-commit-sign-sh-ext
+ echo "ok extra C tests"
+else
+ echo "ok # SKIP test only available when running uninstalled"
+fi
# Clean things up and reinit
rm repo -rf